projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6007f32
)
8610: Fix lingering compile warnings.
author
Jon Loeliger
<
[email protected]
>
Fri, 4 Jan 2008 17:58:23 +0000
(11:58 -0600)
committer
Jon Loeliger
<
[email protected]
>
Wed, 9 Jan 2008 16:47:30 +0000
(10:47 -0600)
Turn off DEBUG.
Signed-off-by: Jon Loeliger <
[email protected]
>
board/freescale/mpc8610hpcd/mpc8610hpcd.c
patch
|
blob
|
history
diff --git
a/board/freescale/mpc8610hpcd/mpc8610hpcd.c
b/board/freescale/mpc8610hpcd/mpc8610hpcd.c
index 617881ad094b2f8df74deb6789f96fab5c5a96ef..9f32890c8b1aaf911d2fe9f5f9331c57428c85b5 100644
(file)
--- a/
board/freescale/mpc8610hpcd/mpc8610hpcd.c
+++ b/
board/freescale/mpc8610hpcd/mpc8610hpcd.c
@@
-19,13
+19,14
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
-#define DEBUG
+
#include <common.h>
#include <command.h>
#include <pci.h>
#include <asm/processor.h>
#include <asm/immap_86xx.h>
#include <asm/immap_fsl_pci.h>
+#include <i2c.h>
#include <spd.h>
#include <asm/io.h>
@@
-47,6
+48,8
@@
extern void ddr_enable_ecc(unsigned int dram_size);
void sdram_init(void);
long int fixed_sdram(void);
+void mpc8610hpcd_diu_init(void);
+
/* called before any console output */
int board_early_init_f(void)